table of contents
UDISKS(1) | udisks | UDISKS(1) |
NAME¶
udisks - udisks command line tool
SYNOPSIS¶
udisks [OPTIONS]
DESCRIPTION¶
udisks is a simple command line client for the udisks(7) system bus service.
OPTIONS¶
--dump
--enumerate
--enumerate-device-files
--monitor
--monitor-detail
--show-info device_file
--inhibit-polling device_file [-- program arg ...]
--poll-for-media device_file
--inhibit-all-polling [-- program arg ...]
--mount device_file [--mount-fstype fstype] [--mount-options options]
--unmount device_file [--unmount-options options]
--detach device_file [--detach-options options]
--ata-smart-refresh device_file [--ata-smart-wakeup]
--ata-smart-refresh device_file --ata-smart-simulate blob
--inhibit [-- program arg ...]
If no program is given, the daemon is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the daemon is only inhibited until the program terminates.
--set-spindown device_file --spindown-timeout seconds [-- program arg ...]
If no program is given, the spindown time will be used until Ctrl+C is pressed. Otherwise the program is spawned and the the spindown timeout will only be used until the program terminates.
--set-spindown-all --spindown-timeout seconds [-- program arg ...]
If no program is given, the spindown time will be used until Ctrl+C is pressed. Otherwise the program is spawned and the the spindown timeout will only be used until the program terminates.
--help
SPINNING DOWN DISKS¶
Caution should be exercised when configuring disk spin down timeouts.
Note that every time a disk is spun down, the “start-stop-count” ATA SMART attribute will increase by 1 and most disks are only good for a limited number (typically 50,000 but it varies by manufacturer and model). In addition, the drive may take as long as 30 seconds to respond to subsequent disk access – most drives are typically faster, see the “spin-up-time” ATA SMART attribute.
On the other hand, cautious use (e.g. using conservative timeouts) of the ability to spin down disks, can be a good way to trade power consumption (typically 8 vs 1 Watts for 3.5" drives) and heat emission for a slightly higher latency.
AUTHOR¶
Written by David Zeuthen david@fubar.dk with a lot of help from many others.
BUGS¶
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at http://bugs.freedesktop.org/enter_bug.cgi?product=udisks.
SEE ALSO¶
April 2008 | udisks |